ASP.NET Core MVC コントロールヘルプ
LabelAlign メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartAxisBuilder<T> クラス : LabelAlign メソッド
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.LabelAlign. Sets the label alignment.
シンタックス
'宣言
 
Public Function LabelAlign( _
   ByVal value As System.String _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> LabelAlign( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
By default the labels are centered. The supported values are 'left' and 'right' for x-axis and 'top' and 'bottom' for y-axis.
参照

ChartAxisBuilder<T> クラス
ChartAxisBuilder<T> メンバ